projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d8273
)
(Info-fontify-node): Fix previous change.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 25 Sep 1995 19:50:22 +0000
(19:50 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 25 Sep 1995 19:50:22 +0000
(19:50 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 8c3e591c65bf1c5f42df55c181d09bdd87ae2047..4019d235a76af920b856d18b6c3fa4b9be70f4db 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1771,7
+1771,7
@@
The alist key is the character the title is underlined with (?*, ?= or ?-).")
nil t)
(put-text-property (match-beginning 1) (match-end 1)
'face
- (
assq (preceding-char) Info-title-face-alist
))
+ (
cdr (assq (preceding-char) Info-title-face-alist)
))
(put-text-property (match-end 1) (match-end 2)
'invisible t))
(goto-char (point-min))